gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000 (14:45 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000 (14:45 +0800)
commitbbed8243209f6a8d55b7868ff4ab21261bf18a89
treee72ec9c42037e01e3d30035956bb51868dd7c67d
parent2bbea2bc93203b8585e11d29143defdbe8accc0c
gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h

Since commit 872fbfac the GtkWindowGroup was split out from the GtkWindow
sources, so include gtkwindowgroup.h to avoid C4013 warnings/errors
(implicit declaration of ...) on gtk_window_group_add_window().
gtk/deprecated/gtkcolorsel.c